From 5b90a02ccd7478ba1cb837385f0213d82a08ce8a Mon Sep 17 00:00:00 2001 From: Marc Bowes Date: Tue, 30 Dec 2014 14:13:36 +0200 Subject: [PATCH] Update dependencies for ascii reform --- Cargo.lock | 57 +++++++++++++++++++++++---------------------- src/rustversion.txt | 2 +- 2 files changed, 30 insertions(+), 29 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76b12e3da..b2763ca0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,29 +2,29 @@ name = "cargo" version = "0.1.0" dependencies = [ - "curl 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "docopt 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", + "curl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "docopt 0.6.20 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "git2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "glob 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "git2 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "glob 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "hamcrest 0.1.0 (git+https://github.com/carllerche/hamcrest-rust.git)", - "log 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "registry 0.1.0", "rustc-serialize 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "semver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "semver 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "tar 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "curl" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "curl-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -33,13 +33,13 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "docopt" -version = "0.6.19" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "regex 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -61,17 +61,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "git2" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libgit2-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "libgit2-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "glob" -version = "0.1.1" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -81,11 +81,11 @@ source = "git+https://github.com/carllerche/hamcrest-rust.git#4ae58daf0b3a853ffd [[package]] name = "libgit2-sys" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libssh2-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -103,7 +103,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -117,7 +117,7 @@ dependencies = [ [[package]] name = "log" -version = "0.1.3" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "regex 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -133,7 +133,7 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libressl-pnacl-sys 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -159,7 +159,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "registry" version = "0.1.0" dependencies = [ - "curl 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "curl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -170,7 +170,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "semver" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -180,12 +180,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "time" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "gcc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -198,6 +196,9 @@ dependencies = [ [[package]] name = "url" -version = "0.2.7" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "rustc-serialize 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", +] diff --git a/src/rustversion.txt b/src/rustversion.txt index 730df9d16..42d1f76e6 100644 --- a/src/rustversion.txt +++ b/src/rustversion.txt @@ -1 +1 @@ -2014-12-24 +2014-12-29 -- 2.30.2